home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / database / rolo2095.zip / ROLODECK.EXE / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1996-06-01  |  2KB  |  73 lines

  1. object Form5: TForm5
  2.   Left = 200
  3.   Top = 102
  4.   AutoScroll = False
  5.   Caption = 'Enter Return Address'
  6.   ClientHeight = 198
  7.   ClientWidth = 350
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object SpeedButton1: TSpeedButton
  17.     Left = 312
  18.     Top = 24
  19.     Width = 25
  20.     Height = 25
  21.     Hint = 'Exit'
  22.     Glyph.Data = {
  23.       78010000424D7801000000000000760000002800000020000000100000000100
  24.       04000000000000000000120B0000120B00000000000000000000000000000000
  25.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  26.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  27.       03333377777777777F333301111111110333337F333333337F33330111111111
  28.       0333337F333333337F333301111111110333337F333333337F33330111111111
  29.       0333337F333333337F333301111111110333337F333333337F33330111111111
  30.       0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  31.       0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  32.       0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  33.       0333337F377777337F333301111111110333337F333333337F33330111111111
  34.       0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  35.     NumGlyphs = 2
  36.     ParentShowHint = False
  37.     ShowHint = True
  38.     OnClick = SpeedButton1Click
  39.   end
  40.   object Memo1: TMemo
  41.     Left = 32
  42.     Top = 24
  43.     Width = 265
  44.     Height = 57
  45.     Color = clBtnFace
  46.     Enabled = False
  47.     Font.Color = clNavy
  48.     Font.Height = -13
  49.     Font.Name = 'Arial'
  50.     Font.Style = [fsBold]
  51.     Lines.Strings = (
  52.       'Enter up to four lines of Return Address '
  53.       'information. If you enter more than four '
  54.       'lines only the first four will be used.')
  55.     ParentFont = False
  56.     TabOrder = 0
  57.   end
  58.   object Memo2: TMemo
  59.     Left = 32
  60.     Top = 96
  61.     Width = 265
  62.     Height = 89
  63.     Font.Color = clWindowText
  64.     Font.Height = -13
  65.     Font.Name = 'Arial'
  66.     Font.Style = [fsBold]
  67.     Lines.Strings = (
  68.       '')
  69.     ParentFont = False
  70.     TabOrder = 1
  71.   end
  72. end
  73.